math/big.decimal.roundUp (method)

3 uses

	math/big (current package)
		decimal.go#L220: 		x.roundUp(n)
		decimal.go#L226: func (x *decimal) roundUp(n int) {
		ftoa.go#L237: 			d.roundUp(i + 1)